@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	background: #fff;
	color: #333;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size:small;
	font:x-small;
	vertical-align: top;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	/* font-size: 100%; */
	font-weight: normal;
}
table {
	font-size: inherit;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
hr {
	display: none;
}
a {
	color:#0072AB;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:link {
	color:#0072AB;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #888;
	text-decoration: none;
	outline: none;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
#contents li img {
	background-color: transparent;
	text-decoration: none;
}
#contents a img {
	background-color: transparent;
}
#contents a:hover img {
	background-color: transparent;
	text-decoration: none;
}
#contents p {
	line-height: 1.7;
	margin: 0;
	word-break: break-all;
}
#contents li {
	line-height: 1.6;
}
::selection {
	background-color: #00A0E9;
	color: #FFF; /* Safari */
}
::-moz-selection {
background-color: #00A0E9;
color: #FFF; /* Firefox */
}
/*----------------------------------------------------
	******Crearfix******
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */




/*----------------------------------------------------
	******br clear******
----------------------------------------------------*/
br.clear_noie, div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	******header******
----------------------------------------------------*/
#header {
	background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
    height: 60px;
    padding: 0px 0 0;
    z-index: 100;
}
#header .inr {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	padding: 0 30px;
}
.logo {
	float: left;
	width: 340px;
	margin-top: 10px;
}
#header #rBox {
	float: right;
}
/*----------------------------------------------------
	******gNav******
----------------------------------------------------*/
#gNav {
	margin-bottom: 1px;
}
#gNav .gNavUL {
	float: right;
	overflow: hidden;
}
#gNav .gNavUL > li {
	float: left;
	width: 95px;
	padding: 0 10px;
}
#gNav .gNavUL > li > a:hover{
	/*color:#4E9743;*/
}
#gNav .gNavUL li.li07 {
	padding:0 10px;
	width: 140px;
}
#gNav .gNavUL li.searchLi{
	width:40px;
}
#gNav .gNavUL li.searchLi .ul_LV_2 .li_LV_2{
	width:100%;
}
#gNav .gNavUL li.li07 .btnEN , #gNav .gNavUL li.li07 .btnCH{
	background: rgba(255,255,255,1.00);
	color:#bbb;
	display:inline-block;
	width:60px;
	border:1px solid #ccc;
	vertical-align:middle;
	letter-spacing:1px;
	height:24px;
	margin-bottom:10px;
}
#gNav .gNavUL li.li07 .btnEN:hover , #gNav .gNavUL li.li07 .btnCH:hover{
	background: rgba(45,147,37,0.15);
	color:#4E9743;
}
#gNav .gNavUL li.li07 .btnEN{
	border-right:none;
	border-radius:4px 0 0 4px;
}
#gNav .gNavUL li.li07 .btnCH{
	border-radius:0 4px 4px 0;
}
#gNav > .gNavUL > li > a {
	color:#333;
	text-decoration:none;
	display: block;
	text-align: center;
	font-size: 16px;
	height:60px;
	line-height:60px;
}
#gNav .gNavUL li > a:hover {
	color: #0072AB;
	border-bottom: 5px solid #0072AB;
}
#gNav .gNavUL > li > a.cr {
	color:#4E9743;
	border-bottom: 5px solid #0072AB;
}
.li_LV_1Box {
	background: rgba(6,20,0,0.50);
	position: fixed;
	top: 60px;
	left: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}
.li_LV_1Set {
	background: rgba(6,20,0,0.50);
	padding: 0;
	margin: 0 auto;
	height: 100%;
	width: 1000px;
}
.li_LV_1Set li, .li_LV_1Set a {
	border: none !important;
	background: none !important;
	float: none !important;
}
.ul_LV_2 {
	text-align: center;
}
.ul_LV_2 .li_LV_2 {
	display: inline-block;
	width: 24%;
	padding: 20px;
	vertical-align: top;
}
.ul_LV_2 .li_LV_2 a {
	text-align: center;
	text-decoration: none;
}
.ul_LV_2 .li_LV_2 a .liIMG {
	display: block;
	margin-bottom:15px;
	width: 100%;
}
.ul_LV_2 .li_LV_2 a .liTitle {
	color: #fff;
	font-size: 120%;
}
#gNav .gNavUL li:hover .li_LV_1Box {
	height: 235px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#headerSearchText{
	color:#fff;
	display:block;
	width:450px;
	padding:10px;
	font-size:120%;
	background:rgba(0,0,0,0);
	border-radius:3px;
	border:2px solid #fff;
	margin:0 auto 30px;
}
#searchSubmit{
	color:#333;
	display:block;
	width:300px;
	padding:10px;
	font-size:100%;
	background:#fff;
	border-radius:3px;
	border:none;
	margin:0 auto;
}
#searchSubmit:hover{
	cursor:pointer;
	background:rgba(255,255,255,0.7);
}

/*----------------------------------------------------
	******footer******
----------------------------------------------------*/
#footer {
	background: #ededed;
	min-width:1000px;
}
#footer .inr {
	margin: 0 auto;
	padding: 20px 0;
	position:relative;
	width: 1200px;
}
#footer .fLBox {
	/* position: absolute; */
	/* top: 75px; */
	/* left: 49px; */
	width: 320px;
	border-right: 1px solid #ccc;
	float: left;
}
#footer .fRBox {
	float: right;
}
#footer .fRBox .fNav dl{
	vertical-align:top;
	display:inline-block;
	margin: 0 20px;
	min-width: 80px;
}
#footer .fRBox .fNav dl dt{
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom:1px solid #777;
	/* margin-bottom: 10px; */
	text-align:center;
}
#footer .fRBox .fNav dl dd{
	font-size:93%;
	margin:3px 0;
}
#footer .fRBox .fNav dl dt a,#footer .fRBox .fNav dl dd a{
	color:#333;
	text-decoration:none;
}
.copy {
	background: #fff;
}
.copy .copyInr {
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	width: 1200px;
}
.btnTOP {
	float: right;
	margin-top:-8px;
}
.btnTOP img{
	vertical-align:bottom;
}
/*----------------------------------------------------
	******mv******
----------------------------------------------------*/
#mv {
	display: table;
	height: 400px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
	min-width:1000px;
}
#mv .inr {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.25);
}
#mv .inr .eg {
	font-family: 'Microsoft Yahei';
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 2.5em;
}
#mv .inr .eg.firstGreen:first-letter {
	color: #278400;
}
#mv .inr .jp {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 1.5em;
	letter-spacing: 10px;
}
#mv .btnArrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -30px;
}
/*----------------------------------------------------
	******wrap******
----------------------------------------------------*/
#wrap {
	margin-bottom: 90px;
}
/*----------------------------------------------------
	******topicpath******
----------------------------------------------------*/
.topicpath {
	width: 1180px;
	margin: 0 auto 10px;
}
.topicpath ol li {
	font-size: 15px;
	display: inline;
	list-style-type: none;
}
.topicpath ol li:after {
	content: " >  ";
}
/*----------------------------------------------------
	******SEARCH BOX******
----------------------------------------------------*/
.searchBox {
	position: absolute;
	top: 3px;
	/*line-height: 0;*/
	left: 440px;
	width: 245px;
}
.searchTxt {
	border: 1px solid #ccc;
	width: 180px;
	height: 18px;
	line-height: 18px;
	padding: 1px 0px;
}
.gsc-search-button {
/*	width: 61px;
	height: 22px !important;

*/}
.searchBox .gsc-search-button-v2 {
	background: url("h_btn_serch.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none !important;
	display: block !important;
	height: 0;
	margin: 0 !important;
	min-width: 0;
	padding: 22px 61px 0 0 !important;
	width: 0;
}
#gs_tti50 {
	padding-top: 2px;
}
.searchBox .gsc-search-button-v2:hover {
	background: url("h_btn_serch.jpg") no-repeat;
	cursor: pointer;
}
.gsc-search-box td.gsc-input {
	letter-spacing: 8px;
	padding-right: 0px !important;
	height: 20px !important;
	width: 160px !important;
}
.gsc-input-box {
	height: 22px !important;
}
#gsc-i-id1 {
	background-image: none !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0px !important;
}
input.gsc-input {
	font-size: 14px !important;
}
.clear{
	clear: both;
}
.col-md-3{
float: left;
width:19%;
}
.col-md-9{
	float: left;
	width: 81%;
}
#listzz h3{
	padding: 0.1em 0.5em;
	background: #f9f9f9;
	line-height: 2em;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	text-indent: 0.3em;
    font-weight: bold;
    color: #565;
}
#listzz ul li{
	line-height: 2em;
	padding: 0.3em 0.5em;
	border-top: 1px solid #eaf0f5;
	text-align: center;
	font-size: 14px;
}
#listzz{
	margin-top: 9px;
	border-radius: 3px;
	border: 1px solid #d3d9de;
	background-color: #fff;
}
#listzz ul li a{
	color: #888;
}
#listzz ul li a:hover{
	color: #0072AB;
}